<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*第四套案例*/
.category_list{height:120px; padding:15px 0;}
.category_list a{ display:block; text-align:center}
.category_list img{ display:block; width:89px; height:89px; margin:0 auto; margin-bottom:10px; border-radius:50%; transition:all ease .3s;-webkit-transition:all ease .2s;}
.category_list .category_col{ float:left; width:150px;}
.category_list a:hover img{ transform:scale(1.2);-webkit-transform:scale(1.2)}
.category_more{ display:block; width:225px; height:45px; line-height:45px; font-size:16px; text-align:center; border:solid 1px #ddd; margin:50px auto 0;}
.category_more:hover{ color:#ed182a; border-color:#ed182a;}
</pre></body></html>